home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / SAT 2.3.8 / Demos / HeartQuest demo ƒ / HeartQuest demo notes < prev    next >
Text File  |  1995-07-15  |  891b  |  19 lines

  1. HeartQuest as SAT demo
  2. ======================
  3.  
  4. HeartQuest is the biggest demo in SAT. This obviously makes it hardest to grasp, but it includes a bunch of useful routines that you may need, including:
  5.  
  6. • Menu and window handling, using the TransSkel package.
  7. • A score and level display, updated using SAT's background modification functions.
  8. • High score list.
  9. • Crystal Quest-style mouse control using fixed-point numbers. (Note: never use floating point in an arcade game!)
  10. • Optionally zooms to fill the entire screen (though the sprites stay the same size).
  11. • Dithered background generated on-line by QuickDraw calls.
  12. • Centering dialogs.
  13. • Preference file in the appropriate place in the system folder.
  14. • Uses SATSetStrings to make it possible to localize without recompiling.
  15.  
  16. There is no C version yet. Any volounteers?
  17.  
  18. Binary not included, since it will be distributed separately.
  19.